property CustomerId: String;
procedure OnMapEvent(var Value:Variant);
begin
Value := Partner.CustomerId;
end;
Returns the Customer Id of the active partner within your system. Only available if See "Partner.PartnerType" is fptCustomer otherwise this will return blank string.